Skip to main content

FlowCompare Constructors

An object defining constructors for the FlowCompare class.

FlowCompare(name, workflowData, workflowCodeInstance)

Constructor for the FlowCompare class. Initializes a new instance of the FlowCompare class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


FlowCompare(name, workflowData, workflowCodeInstance)

Creates an instance of the FlowCompare class.

Parameters:

name (required): string
The name of the FlowCompare instance.

workflowData (required): IRuntimeWorkflowData
The workflow data used for the FlowCompare instance.

workflowCodeInstance (optional): IWorkflowCode
The workflow code instance used for the FlowCompare.